In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddTrueTypeFontU_2 Method

AddTrueTypeFontU_2 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(47)>

Function AddTrueTypeFontU_2( _

   ByVal FontName As String, _

   ByVal Bold As Boolean, _

   ByVal Italic As Boolean, _

   ByVal EnableSubset As Boolean _

) As String
[DispId(47)]

string AddTrueTypeFontU_2( 

   string FontName,

   bool Bold,

   bool Italic,

   bool EnableSubset

)
function AddTrueTypeFontU_2( 

    FontName: String;

    Bold: Boolean;

    Italic: Boolean;

    EnableSubset: Boolean

): String; 
DispIdAttribute(47)

function AddTrueTypeFontU_2( 

   FontName : String,

   Bold : boolean,

   Italic : boolean,

   EnableSubset : boolean

) : String;
[DispId(47)]

string* AddTrueTypeFontU_2( 

   string* FontName,

   bool Bold,

   bool Italic,

   bool EnableSubset

) 
[DispId(47)]

String^ AddTrueTypeFontU_2( 

   String^ FontName,

   bool Bold,

   bool Italic,

   bool EnableSubset

) 

Parameters

FontName
Bold
Italic
EnableSubset
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members